'DeclarationPublic Function New( _ ByVal collection As IEnumerable(Of Byte()) _ )
'UsageDim collection As IEnumerable(Of Byte()) Dim instance As New ByteStringCollection(collection)
public ByteStringCollection( IEnumerable<byte[]> collection )
public: ByteStringCollection( IEnumerable<array<byte>>^ collection )
Parameters
- collection
- A collection of byte to add to this collection